All Questions
2 questions
4votes
3answers
5kviews
Selenium Webdriver Chromedriver timeout on start in headless mode
I am using Selenium Webdriver, with Ruby 32-bit 1.9.3, Chromedriver v2.9.248315, Chrome 38.0.2125.111 m and a local instance of Jenkins 1.588 Gems: cucumber (1.3.17), selenium-webdriver (2.43.0), ...
1vote
1answer
883views
How to solve errors from running jobs in parallel using Jenkins and watir webdriver?
I'm running tests from Jenkins on Windows and tests which work fine when only one is executing at a time encounter errors when multiple jobs are running on separate build threads at the same time. I ...